All Questions
1 question
1vote
0answers
122views
How to pass noisy images as input and original images as labels in Keras - Autoencoders
I want to make denoising autoencoder, I've added some noise to images, and i want to use them for training, original images will be used as label. Reading the keras documentation I've found that I ...